runtime.childInfo.sp (field)
4 uses
runtime (current package)
heapdump.go#L240: sp *uint8 // callee sp
heapdump.go#L283: dumpint(uint64(uintptr(unsafe.Pointer(child.sp)))) // sp of child, or 0 if bottom of stack
heapdump.go#L329: child.sp = (*uint8)(unsafe.Pointer(s.sp))
heapdump.go#L371: child.sp = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |